projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9542c1
)
Fix a typo in an example.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Dec 2006 23:27:28 +0000
(23:27 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Dec 2006 23:27:28 +0000
(23:27 +0000)
man/cl.texi
patch
|
blob
|
history
diff --git
a/man/cl.texi
b/man/cl.texi
index 051aa18e02c884adc1ab48a53125d7e320a9b22e..56f81bb394711258719a003006312418bf8269d3 100644
(file)
--- a/
man/cl.texi
+++ b/
man/cl.texi
@@
-4086,7
+4086,7
@@
accepts a @code{:key} argument which is used to preprocess data
fed to the @var{predicate} function. For example,
@example
-(setq data (sort data 'string-lessp :key 'downcase))
+(setq data (sort
*
data 'string-lessp :key 'downcase))
@end example
@noindent